react 使用的小建議 使用pureRender,setState和Immutable.js來操作state Immutable 中文意思不可變。 不能直接修改state的值,要用setState 和Imm ...